Northwoods.GoSilverlight 1.3.5 Assembly
ModifyLinkToPort Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : ModifyLinkToPort Method

linkdata
the link data to be modified
nodekey
the new node data's NodeKey
portparam
This method actually implements the modification of a link data to change the reference to the "to" node data and the link's "to" port information.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub ModifyLinkToPort( _
   ByVal linkdata As LinkType, _
   ByVal nodekey As NodeKey, _
   ByVal portparam As PortKey _
) 
C# 
protected virtual void ModifyLinkToPort( 
   LinkType linkdata,
   NodeKey nodekey,
   PortKey portparam
)

Parameters

linkdata
the link data to be modified
nodekey
the new node data's NodeKey
portparam

Remarks

This method can be overridden in case the LinkToPath or LinkToParameterPath property paths are not flexible enough or fast enough to get the node and port for a link.

Requirements

See Also

© 2012 All Rights Reserved.